#PicImg {
	float: left;
	width: 400px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

#PicImg img {
	border-radius: 50%;
	margin-left: -15px;
	border: 2px solid #fff;
	max-height: 60px;
}

#PicImg img:nth-child(1) {
	margin-left: 0;
}

#PicImg img:last-child {
	/* margin-left: 100px; */
}

.touxiang_bj {
	background: #fff;
	padding: 30px 0 40px;
}

.touxiang {
	position: relative;
	width: 100%;
	background: #f7f7f7;
	margin: 0px auto;
	padding: 0px 5px 0 5px;
	border-radius: 30px;
	overflow: hidden;
}


.touxiang_txt {
	position: relative;
	float: left;
	width: 800px;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	padding-left: 0px;
	font-size: 18px;
	margin: 5px 0;
	background: #fff;
	border-radius: 30px;
	color: #333;
}

.touxiang_txt li{
	display: flex;
	justify-content: space-between;
}

.touxiang_txt li:first-child {
	margin-top: 0;
	transition: margin-top .8s;
}

.touxiang_txt img {
	display: inline-block;
	margin-top: -5px;
	margin-right: 5px;
	border-radius: 50%;
	border: 2px solid #fff;
	max-height: 60px;
}

.touxiang_txt i {
	display: inline-block;
	margin: 0 20px 0 50px;
}

.touxiang_txt span {
	margin-right: 0px;
}

.touxiang_txt span.touxiang_txt_shijian{
	margin-right: 20px;
}

.touxiang_txt span:nth-child(2) {
	margin-right: 10px;
}


.touxiang_txt2 {
	position: relative;
	float: left;
	width: 850px;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	padding-left: 0px;
	font-size: 18px;
	margin: 5px 0;
	background: #fff;
	border-radius: 30px;
}

.touxiang_txt2 img {
	display: inline-block;
	margin-right: 30px;
	border-radius: 50%;
	border: 2px solid #fff;
	max-height: 60px;
}

.touxiang_txt2 i {
	display: inline-block;
	margin: 0 100px;
}

.touxiang_txt2 span {
	margin-right: 50px;
}






.touxiang_txt3 {
	position: relative;
	float: left;
	width: 500px;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	padding-left: 50px;
	font-size: 18px;
}

.touxiang_txt3 img {
	display: inline-block;
	margin-right: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
	max-height: 60px;
}

.touxiang_txt3 i {
	display: inline-block;
	margin: 0 30px;
}



.touxiang_txt4 {
	position: relative;
	float: left;
	width: 500px;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	padding-left: 50px;
	font-size: 18px;
}

.touxiang_txt4 img {
	display: inline-block;
	margin-right: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
	max-height: 60px;
}

.touxiang_txt4 i {
	display: inline-block;
	margin: 0 30px;
}




.touxiang_btn {
	float: right;
	width: 250px;
	height: 60px;
	line-height: 60px;
	background: #fd2745;
	border-radius: 30px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin: 5px 0;
	/* position: absolute;
	right: 0px; */
}

.touxiang_btn a {
	display: block;
	line-height: 58px;
}

.touxiang_btn i {
	font-size: 26px;
	right: 40px;
	top: 50%;
	position: absolute;
	animation: xiaoshi 0.8s linear infinite;
	transform: translateY(-50%);
}




@-webkit-keyframes xiaoshi {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

@keyframes xiaoshi {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}




#PicImg2 {
	float: left;
	width: 400px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

#PicImg2 img {
	border-radius: 50%;
	margin-left: -15px;
	border: 2px solid #fff;
	max-height: 60px;
}

#PicImg2 img:nth-child(1) {
	margin-left: 0;
}

#PicImg2 img:last-child {
	/* margin-left: 100px; */
}




#PicImg3 {
	float: left;
	width: 400px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

#PicImg3 img {
	border-radius: 50%;
	margin-left: -15px;
	border: 2px solid #fff;
	max-height: 60px;
}

#PicImg3 img:nth-child(1) {
	margin-left: 0;
}

#PicImg3 img:last-child {
	/* margin-left: 100px; */
}



#PicImg4 {
	float: left;
	width: 400px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

#PicImg4 img {
	border-radius: 50%;
	margin-left: -15px;
	border: 2px solid #fff;
	max-height: 60px;
}

#PicImg4 img:nth-child(1) {
	margin-left: 0;
}

#PicImg4 img:last-child {
	/* margin-left: 100px; */
}





/*大屏幕*/
@media screen and (min-width: 1200px) and (max-width: 1800px) {}

/*中屏幕*/
@media screen and (min-width: 768px) and (max-width: 1200px) {

	.touxiang_txt li{
		display: flex;
		justify-content: space-between;
	}
	
	.touxiang_bj {
		background: #fff;
		padding: 20px 0;
	}

	.touxiang_txt i {
		display: inline-block;
		margin: 0px auto;
	}

	.touxiang_txt {
		position: relative;
		float: left;
		width: calc(100% - 220px);
		height: 60px;
		overflow: hidden;
		line-height: 60px;
		padding-left: 0px;
		font-size: 15px;
		margin: 5px 0;
		background: #fff;
		border-radius: 30px;
		color: #333;
	}

	.touxiang_txt img {
		display: inline-block;
		margin-top: -5px;
		margin-right: 0px;
		border-radius: 50%;
		border: 2px solid #fff;
		max-height: 50px;
	}

	.touxiang_txt span {
		margin: 0px 25px;
	}

	.touxiang_btn {
		float: right;
		width: 200px;
		height: 50px;
		line-height: 50px;
		background: #fd2745;
		border-radius: 25px;
		text-align: center;
		font-size: 20px;
		color: #fff;
		margin: 5px auto;

		margin-top: 10px;
	}

	.touxiang_btn a {
		display: block;
		line-height: 48px;
	}

	.touxiang_btn i {
		font-size: 20px;
		right: 30px;
		top: 50%;
		position: absolute;
		animation: xiaoshi 0.8s linear infinite;
		transform: translateY(-50%);
	}

}


/*小屏幕*/
@media screen and (min-width: 0px) and (max-width: 768px) {
	
	.touxiang_txt li{
		display: flex;
		justify-content: space-between;
	}
	
	.touxiang_bj {
		background: #fff;
		padding: 20px 0;
	}

	.touxiang_txt i {
		display: inline-block;
		margin: 0px auto;
	}

	.touxiang_txt {
		position: relative;
		float: left;
		width: 100%;
		height: 60px;
		overflow: hidden;
		line-height: 60px;
		padding-left: 0px;
		font-size: 11px;
		margin: 5px 0;
		background: #fff;
		border-radius: 30px;
		color: #333;
	}

	.touxiang_txt img {
		display: inline-block;
		margin-top: -5px;
		margin-right: 0px;
		border-radius: 50%;
		border: 1px solid #fff;
		max-height: 40px;
	}

	.touxiang_txt span {
		margin: 0px 3px;
	}

	.touxiang_txt span:nth-child(2) {
		margin-right: 3px;
	}
	
	.touxiang_txt span.touxiang_txt_shijian {
	  margin-right: 3px;
	}
	
	.mgt10{
		margin-top: 10px !important;
	}
	
	.touxiang_btn {
		float: none;
		width: 150px;
		height: 40px;
		line-height: 40px;
		background: #fd2745;
		border-radius: 30px;
		text-align: center;
		font-size: 20px;
		color: #fff;
		margin: 5px auto;

		margin-top: 75px;
	}

	.touxiang_btn a {
		display: block;
		line-height: 38px;
	}

	.touxiang_btn i {
		font-size: 20px;
		right: 15px;
		top: 50%;
		position: absolute;
		animation: xiaoshi 0.8s linear infinite;
		transform: translateY(-50%);
	}

}